ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciArcs<T> Class / Levels Property

In This Topic
    Levels Property (FibonacciArcs<T>)
    In This Topic
    Gets or sets the array of levels for plotting.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Levels As Double()
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public double[] Levels {get; set;}
    See Also